• frmProductsRecord.Designer.cs
  • project /
1 namespace WarehouseManagementSystem
2 {
3     
partial class frmProductsRecord
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.dataGridView1 = new System.Windows.Forms.DataGridView();
32             
this.groupBox1 = new System.Windows.Forms.GroupBox();
33             
this.txtProductname = new System.Windows.Forms.TextBox();
34             
this.groupBox2 = new System.Windows.Forms.GroupBox();
35             
this.txtCategory = new System.Windows.Forms.TextBox();
36             
this.groupBox3 = new System.Windows.Forms.GroupBox();
37             
this.txtSubCategory = new System.Windows.Forms.TextBox();
38             
this.groupBox4 = new System.Windows.Forms.GroupBox();
39             
this.Button3 = new System.Windows.Forms.Button();
40             
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
41             
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
42             
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
43             
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
44             
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
45             
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
46             
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
47             
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
48             
this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
49             
this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
50             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).BeginInit();
51             
this.groupBox1.SuspendLayout();
52             
this.groupBox2.SuspendLayout();
53             
this.groupBox3.SuspendLayout();
54             
this.groupBox4.SuspendLayout();
55             
this.SuspendLayout();
56             
//
57             
// dataGridView1
58             
//
59             
this.dataGridView1.AllowUserToAddRows = false;
60             
this.dataGridView1.AllowUserToDeleteRows = false;
61             
this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
62             
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
63             
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
64             
this.Column1,
65             
this.Column8,
66             
this.Column2,
67             
this.Column3,
68             
this.Column4,
69             
this.Column5,
70             
this.Column6,
71             
this.Column7,
72             
this.Column9,
73             
this.Column10});
74             
this.dataGridView1.Location = new System.Drawing.Point(2, 94);
75             
this.dataGridView1.MultiSelect = false;
76             
this.dataGridView1.Name = "dataGridView1";
77             
this.dataGridView1.ReadOnly = true;
78             
this.dataGridView1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
79             
this.dataGridView1.Size = new System.Drawing.Size(995, 489);
80             
this.dataGridView1.TabIndex = 2;
81             
this.dataGridView1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dataGridView1_RowPostPaint);
82             
//
83             
// groupBox1
84             
//
85             
this.groupBox1.Controls.Add(this.txtProductname);
86             
this.groupBox1.Location = new System.Drawing.Point(5, 3);
87             
this.groupBox1.Name = "groupBox1";
88             
this.groupBox1.Size = new System.Drawing.Size(213, 82);
89             
this.groupBox1.TabIndex = 3;
90             
this.groupBox1.TabStop = false;
91             
this.groupBox1.Text = "Search by Product Name";
92             
//
93             
// txtProductname
94             
//
95             
this.txtProductname.Location = new System.Drawing.Point(16, 40);
96             
this.txtProductname.Name = "txtProductname";
97             
this.txtProductname.Size = new System.Drawing.Size(178, 24);
98             
this.txtProductname.TabIndex = 0;
99             
this.txtProductname.TextChanged += new System.EventHandler(this.txtProductname_TextChanged);
100             
//
101             
// groupBox2
102             
//
103             
this.groupBox2.Controls.Add(this.txtCategory);
104             
this.groupBox2.Location = new System.Drawing.Point(224, 3);
105             
this.groupBox2.Name = "groupBox2";
106             
this.groupBox2.Size = new System.Drawing.Size(205, 82);
107             
this.groupBox2.TabIndex = 4;
108             
this.groupBox2.TabStop = false;
109             
this.groupBox2.Text = "Search by Category";
110             
//
111             
// txtCategory
112             
//
113             
this.txtCategory.Location = new System.Drawing.Point(16, 40);
114             
this.txtCategory.Name = "txtCategory";
115             
this.txtCategory.Size = new System.Drawing.Size(175, 24);
116             
this.txtCategory.TabIndex = 0;
117             
this.txtCategory.TextChanged += new System.EventHandler(this.txtCategory_TextChanged);
118             
//
119             
// groupBox3
120             
//
121             
this.groupBox3.Controls.Add(this.txtSubCategory);
122             
this.groupBox3.Location = new System.Drawing.Point(435, 3);
123             
this.groupBox3.Name = "groupBox3";
124             
this.groupBox3.Size = new System.Drawing.Size(200, 82);
125             
this.groupBox3.TabIndex = 5;
126             
this.groupBox3.TabStop = false;
127             
this.groupBox3.Text = "Search by Sub Category";
128             
//
129             
// txtSubCategory
130             
//
131             
this.txtSubCategory.Location = new System.Drawing.Point(16, 40);
132             
this.txtSubCategory.Name = "txtSubCategory";
133             
this.txtSubCategory.Size = new System.Drawing.Size(168, 24);
134             
this.txtSubCategory.TabIndex = 0;
135             
this.txtSubCategory.TextChanged += new System.EventHandler(this.txtSubCategory_TextChanged);
136             
//
137             
// groupBox4
138             
//
139             
this.groupBox4.Controls.Add(this.Button3);
140             
this.groupBox4.Location = new System.Drawing.Point(644, 3);
141             
this.groupBox4.Name = "groupBox4";
142             
this.groupBox4.Size = new System.Drawing.Size(89, 82);
143             
this.groupBox4.TabIndex = 19;
144             
this.groupBox4.TabStop = false;
145             
//
146             
// Button3
147             
//
148             
this.Button3.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
149             
this.Button3.Location = new System.Drawing.Point(13, 23);
150             
this.Button3.Name = "Button3";
151             
this.Button3.Size = new System.Drawing.Size(63, 43);
152             
this.Button3.TabIndex = 2;
153             
this.Button3.Text = "&Export Excel";
154             
this.Button3.UseVisualStyleBackColor = true;
155             
this.Button3.Click += new System.EventHandler(this.Button3_Click);
156             
//
157             
// Column1
158             
//
159             
this.Column1.HeaderText = "Product ID";
160             
this.Column1.Name = "Column1";
161             
this.Column1.ReadOnly = true;
162             
//
163             
// Column8
164             
//
165             
this.Column8.HeaderText = "Product Name";
166             
this.Column8.Name = "Column8";
167             
this.Column8.ReadOnly = true;
168             
this.Column8.Width = 150;
169             
//
170             
// Column2
171             
//
172             
this.Column2.HeaderText = "Category ID";
173             
this.Column2.Name = "Column2";
174             
this.Column2.ReadOnly = true;
175             
//
176             
// Column3
177             
//
178             
this.Column3.HeaderText = "Category Name";
179             
this.Column3.Name = "Column3";
180             
this.Column3.ReadOnly = true;
181             
this.Column3.Width = 150;
182             
//
183             
// Column4
184             
//
185             
this.Column4.HeaderText = "Sub Category ID";
186             
this.Column4.Name = "Column4";
187             
this.Column4.ReadOnly = true;
188             
//
189             
// Column5
190             
//
191             
this.Column5.HeaderText = "Sub Category Name";
192             
this.Column5.Name = "Column5";
193             
this.Column5.ReadOnly = true;
194             
this.Column5.Width = 150;
195             
//
196             
// Column6
197             
//
198             
this.Column6.HeaderText = "Features";
199             
this.Column6.Name = "Column6";
200             
this.Column6.ReadOnly = true;
201             
//
202             
// Column7
203             
//
204             
this.Column7.HeaderText = "Price";
205             
this.Column7.Name = "Column7";
206             
this.Column7.ReadOnly = true;
207             
//
208             
// Column9
209             
//
210             
this.Column9.HeaderText = "Image";
211             
this.Column9.Name = "Column9";
212             
this.Column9.ReadOnly = true;
213             
this.Column9.Visible = false;
214             
//
215             
// Column10
216             
//
217             
this.Column10.HeaderText = "Expiry Date";
218             
this.Column10.Name = "Column10";
219             
this.Column10.ReadOnly = true;
220             
//
221             
// frmProductsRecord
222             
//
223             
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
224             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
225             
this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
226             
this.ClientSize = new System.Drawing.Size(1000, 585);
227             
this.Controls.Add(this.groupBox4);
228             
this.Controls.Add(this.groupBox3);
229             
this.Controls.Add(this.groupBox2);
230             
this.Controls.Add(this.groupBox1);
231             
this.Controls.Add(this.dataGridView1);
232             
this.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
233             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
234             
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
235             
this.MaximizeBox = false;
236             
this.Name = "frmProductsRecord";
237             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
238             
this.Text = "Products Record";
239             
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmProductsRecord_FormClosing);
240             
this.Load += new System.EventHandler(this.frmProductsRecord_Load);
241             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).EndInit();
242             
this.groupBox1.ResumeLayout(false);
243             
this.groupBox1.PerformLayout();
244             
this.groupBox2.ResumeLayout(false);
245             
this.groupBox2.PerformLayout();
246             
this.groupBox3.ResumeLayout(false);
247             
this.groupBox3.PerformLayout();
248             
this.groupBox4.ResumeLayout(false);
249             
this.ResumeLayout(false);
250
251         }
252
253         
#endregion
254
255         
public System.Windows.Forms.DataGridView dataGridView1;
256         
private System.Windows.Forms.GroupBox groupBox1;
257         
private System.Windows.Forms.TextBox txtProductname;
258         
private System.Windows.Forms.GroupBox groupBox2;
259         
private System.Windows.Forms.TextBox txtCategory;
260         
private System.Windows.Forms.GroupBox groupBox3;
261         
private System.Windows.Forms.TextBox txtSubCategory;
262         
internal System.Windows.Forms.GroupBox groupBox4;
263         
internal System.Windows.Forms.Button Button3;
264         
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
265         
private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
266         
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
267         
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
268         
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
269         
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
270         
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
271         
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
272         
private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
273         
private System.Windows.Forms.DataGridViewTextBoxColumn Column10;
274     }
275 }


Gõ tìm kiếm nhanh...